-
I have a view that adds an Unordered list and list items to it at runtime, then I loop through …
- 442 views
- 1 answers
- 0 votes
-
I’m workin on a Rock Paper Scissors game to practice my html and php, everythig was fine until I tried …
- 369 views
- 3 answers
- 0 votes
-
This is my current form. ## on index.php <form action="index2.php" method="POST"> <select name="profile"> <option value="basic" selected>Easy</option> <option value="intermediate">Medium</option> <option value="advanced">Hard</option> …
- 362 views
- 1 answers
- 0 votes
-
I’m trying to send a POST request from an App Script application to a firebase cloud function. But I’m not …
- 0 views
- 1 answers
- 0 votes